From 30e1d245ac37c387892a482fa6f68b460a33c785 Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Thu, 24 Jul 2025 21:27:17 +0800 Subject: [PATCH] natmap: update to 20250721 Upstream changelog: https://github.com/heiher/natmap/releases/tag/20250721 Signed-off-by: Ray Wang --- net/natmap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/natmap/Makefile b/net/natmap/Makefile index 0e44103ff9..d389a58763 100644 --- a/net/natmap/Makefile +++ b/net/natmap/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=natmap -PKG_VERSION:=20250318 +PKG_VERSION:=20250721 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/heiher/natmap/releases/download/$(PKG_VERSION) -PKG_HASH:=7d421e918d6101a6b36e9c9ae487a8b415bc28c1e712593e192b033f888f7e51 +PKG_HASH:=25d3288c1654191b7884d6c83b8f669ce788fbab95ebe26d84b65c63ceaa3094 PKG_MAINTAINER:=Richard Yu , Ray Wang PKG_LICENSE:=MIT -- 2.30.2